added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / CSASPNETExcelLikeGridView / CSASPNETExcelLikeGridView.csproj
blob52637ffab262cff8fa99d991d9ec917ff9676abd
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>
7     </ProductVersion>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{24D16219-A8E8-46ED-B0C4-205ADBAB7CCA}</ProjectGuid>
10     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11     <OutputType>Library</OutputType>
12     <AppDesignerFolder>Properties</AppDesignerFolder>
13     <RootNamespace>CSExcelLikeGridView</RootNamespace>
14     <AssemblyName>CSExcelLikeGridView</AssemblyName>
15     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16     <TargetFrameworkProfile />
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <DebugSymbols>true</DebugSymbols>
20     <DebugType>full</DebugType>
21     <Optimize>false</Optimize>
22     <OutputPath>bin\</OutputPath>
23     <DefineConstants>DEBUG;TRACE</DefineConstants>
24     <ErrorReport>prompt</ErrorReport>
25     <WarningLevel>4</WarningLevel>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28     <DebugType>pdbonly</DebugType>
29     <Optimize>true</Optimize>
30     <OutputPath>bin\</OutputPath>
31     <DefineConstants>TRACE</DefineConstants>
32     <ErrorReport>prompt</ErrorReport>
33     <WarningLevel>4</WarningLevel>
34   </PropertyGroup>
35   <ItemGroup>
36     <Reference Include="System" />
37     <Reference Include="System.Data" />
38     <Reference Include="System.Web" />
39     <Reference Include="System.Configuration" />
40     <Reference Include="System.XML" />
41   </ItemGroup>
42   <ItemGroup>
43     <Content Include="App_Data\db_Persons.mdf" />
44     <Content Include="App_Data\db_Persons_log.LDF">
45       <DependentUpon>db_Persons.mdf</DependentUpon>
46     </Content>
47     <Content Include="Default.aspx" />
48     <Content Include="ReadMe.txt" />
49     <Content Include="Web.config" />
50     <Content Include="Web.Debug.config">
51       <DependentUpon>Web.config</DependentUpon>
52     </Content>
53     <Content Include="Web.Release.config">
54       <DependentUpon>Web.config</DependentUpon>
55     </Content>
56   </ItemGroup>
57   <ItemGroup>
58     <Compile Include="DBProcess.cs" />
59     <Compile Include="Default.aspx.cs">
60       <SubType>ASPXCodeBehind</SubType>
61       <DependentUpon>Default.aspx</DependentUpon>
62     </Compile>
63     <Compile Include="Default.aspx.designer.cs">
64       <DependentUpon>Default.aspx</DependentUpon>
65     </Compile>
66     <Compile Include="Properties\AssemblyInfo.cs" />
67   </ItemGroup>
68   <ItemGroup />
69   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
70   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
71   <ProjectExtensions>
72     <VisualStudio>
73       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
74         <WebProjectProperties>
75           <UseIIS>False</UseIIS>
76           <AutoAssignPort>True</AutoAssignPort>
77           <DevelopmentServerPort>19714</DevelopmentServerPort>
78           <DevelopmentServerVPath>/</DevelopmentServerVPath>
79           <IISUrl>
80           </IISUrl>
81           <NTLMAuthentication>False</NTLMAuthentication>
82           <UseCustomServer>False</UseCustomServer>
83           <CustomServerUrl>
84           </CustomServerUrl>
85           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
86         </WebProjectProperties>
87       </FlavorProperties>
88     </VisualStudio>
89   </ProjectExtensions>
90   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
91        Other similar extension points exist, see Microsoft.Common.targets.
92   <Target Name="BeforeBuild">
93   </Target>
94   <Target Name="AfterBuild">
95   </Target>
96   -->
97 </Project>